www.gusucode.com > RQCMS PHP文章管理系统 v2.3PHP源码程序 > RQCMS PHP文章管理系统 v2.3/rqcms_v2.3/rqcms_v2.3/data/cache/category_1.php

    <?php
return array (
  1 => 
  array (
    'cid' => '1',
    'name' => '默认栏目',
    'url' => 'hello',
    'pid' => '0',
    'style' => '',
    'keywords' => '',
    'description' => '',
    'visible' => '1',
    'displayorder' => '0',
    'curl' => '/category/hello.php',
    'count' => '0',
    'child' => '1',
  ),
  2 => 
  array (
    'cid' => '2',
    'name' => 'aaaa',
    'url' => 'aaaaaaaaaaa',
    'pid' => '0',
    'style' => '',
    'keywords' => 'aaaaaaaaaaa',
    'description' => 'aaaaaaaaaaaaaaa',
    'visible' => '1',
    'displayorder' => '0',
    'curl' => '/category/aaaaaaaaaaa.php',
    'count' => '0',
    'child' => '2',
  ),
);
?>